home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_a / evfu2.doc < prev    next >
Text File  |  1995-04-22  |  2KB  |  64 lines

  1.          Electronic Vertical
  2.              Format Unit
  3. This   program   will   allow  you  to
  4. program  the  prowriter  printer   for
  5. vertical  forms  control.  The program
  6. is pretty much self documented,   with
  7. an  example  shown  before the program
  8. begins. 
  9. You  can  use  this  to  change  forms
  10. lengths,  anywhere from 1 to 96 lines,
  11. and specify the channels  to  be  used
  12. for  printing.   You  should also know
  13. that  a  reverse  line  feed  on   the
  14. prowriter  will  allow the paper to be
  15. feed   reverse    to    the    channel
  16. designated. 
  17. To  use,   run  the program and follow
  18. the   example,     then   answer   the
  19. questions  that  are  presented. After
  20. you have  answered  all,   the  format
  21. will  be written to the Prowriter, and
  22. you will be asked if you want to  save
  23. the  format  control  to  disk. If you
  24. answer "Y", you will be asked   for  a
  25. file name to give to this format. 
  26. In  order  to  use  this saved command
  27. file you will  need  to  run  a  quick
  28. Basic  program  that  looks  like  the
  29. following: 
  30.      10 DIM A$(200) 
  31.      20 OPEN #1,4,0,"D:filespec" 
  32.      30 INPUT #1;A$ 
  33.      40 CLOSE #1 
  34.      50 LPRINT A$ 
  35.      60 END 
  36. This  program  will  read  the   saved
  37. format  into  memory,  and print it to
  38. the Prowriter,  thereby  allowing  you
  39. the   luxury   of   creating  multiple
  40. formats and  not  having  to  run  the
  41. EVFU program each time. 
  42. An  interesting  note,   if you format
  43. the last channel  before  the  end  of
  44. the   normal  page  (62),  the printer
  45. will skip to the top of page  when  it
  46. encounters  this  end of page. You can
  47. therefore  just  LIST   "P:   "   your
  48. programs,   and not have them run over
  49. the paper perforations. 
  50. Hope  you  enjoy  using   this   quick
  51. utility program. 
  52. If  you  have  any questions, I can be
  53. reached through EMAIL, at  PPN  70505,
  54. 577.    Frank 
  55.